/***TIPOGRAFIA***/

@font-face {
	font-family: 'akkurat';
	src: url("akkurat.ttf");
}

@font-face {
	font-family:'mafra';
	src: url("mafra.ttf");
}

/***ESRUCTURA***/

.container, .container-lg, .container-md, .container-sm {
    max-width: 1400px!important;
}

/***ESTILOS GENERICOS***/

body {
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale!important;
	font-family: 'akkurat';
	background-color: #161616;
	color: #f9f8f3!important;
}
h2 {
    font-size: 20px;
    color: #F9F8F9;
    font-family: 'mafra';
    font-weight: lighter;
    /* border-bottom: 2px solid; */
    /* padding-bottom: 0px; */
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 20px;
}
	
	
/***ESTILOS TABLAS TIENDA***/	

#contenedorPedido h2 {
	color: #F8F8F7;
}

#contenedorPedido .table {
	color: #F8F8F7!important;
	font-size: 14px!important;
}

.table {
	color: #F8F8F7;
}

.table td,
.table th {
	padding: 7px;
	vertical-align: top;
	border-top: 1px solid #454545;
	padding-left: 0px!important;
	padding-top: 12px;
	padding-bottom: 12px;
}

#contenedorTablaPedido .table td, #contenedorTablaPedido .table th {
    padding: 7px;
    vertical-align: top;
    border-top: 3px solid #F8F8F7;
    padding-left: 0px!important;
    padding-top: 12px;
    padding-bottom: 12px;
}
#contenedorTablaPedidoResumen td {
    padding: 7px;
    vertical-align: top;
    border-top: 5px solid #f8f8f3;
    padding-left: 0px!important;
    padding-top: 12px;
    padding-bottom: 12px;
}
#contenedorTablaPedidoResumen .table{
	border-bottom: solid 5px #f8f8f3;
	}
.btn-success {
	color: #161616;
	background-color: #F8F8F7;
	border-color: #F8F8F7;
	border-radius: 0;
	padding: 17px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.filaTotalFinalResumen{
	font-size: 25px;
    border-top: solid 5px #161616;
    color: #161616;
    padding-top: 110px;
    font-family: 'mafra';
    text-transform: uppercase;
    letter-spacing: 2px;
	}

#rowContenedorTotales {
	background: #343432;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 34px;
	margin-top: 10px;
	padding: 19px;
	color: #2a2a29!important;
	padding-top: 30px;
	border: solid 0px #161616;
}

.filaTotalFinal {
    font-size: 25px;
    border-top: solid 5px #F8F8F7;
    color: #F8F8F7;
    padding-top: 110px;
    font-family: 'mafra';
    text-transform: uppercase;
    letter-spacing: 2px;
}
#contenedorTablaPedido table{
	 border-bottom: solid 5px #161616;
	}

.filaTotalFinal td {
	padding-top: 20px;
	padding-bottom: 0px;
}

.filaEnvio td {
	padding-bottom: 20px;
}

#contenedorTablaPedido {
    padding: 0px;
    border solid 0px #161616;
    padding-top: 0px;
    margin-bottom: 20px;
}

.btn-primary {
	color: #F8F8F7;
	background-color: #f9f8f300!important;
	border-color: #161616;
	border-radius: 0px;
	margin-right: 27px;
	padding: 0px;
	border: 0px;
	font-size: 20px;
	font-family: mafra;
}

#contenedorBotonesCategorias {
	margin-bottom: 60px;
	margin-top: 40px;
}

.btn-primary:hover {
   color: #F8F8F7;
   background-color: #f9f8f3;
   border-color: #F8F8F7;
   box-shadow: none;
   border: dotted 0px;
   border-bottom: solid 3px;
}

.btn-primary.focus,
.btn-primary:focus {
	 color: #F8F8F7;
	 background-color: #f9f8f3;
	 border-color: #F8F8F7;
	 box-shadow: none;
	 border: dotted 0px;
	 border-bottom: solid 3px;
}

.botonCategoriaActivo {
	color: #161616;
    background-color: #f9f8f3;
    border-color: #161616;
    box-shadow: none;
    border: dotted 0px;
    border-bottom: solid 3px;
}

.unidadesProducto,
.unidadesProductoPedido {
	width: 35px!important;
	height: 20px;
	font-size: 13px;
	background-color: #5c5c5a;
	border: none;
	color: #161616;
	padding: 4px;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #161616;
	border-color: #161616;
	box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #161616;
	border-color: #161616;
	box-shadow: none;
}

.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #161616;
	border-color: #161616;
	box-shadow: none;
}

.btn-success:hover {
    color: #fff;
    background-color: #161616;
    border-color: #161616;
    opacity: 0.6;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #F8F8F7;
	background-color: #f8f8f3;
	border-color: #F8F8F7;
	box-shadow: none;
	border: dotted 0px #F8F8F7;
	border-bottom: solid 3px;
}

.precioProducto {
	width: 50px;
}

.contenedorCantidadProducto {
	width: 50px;
}

.contenedorBotonAnadirProducto {
	width: 25px;
}

.botonAnadirProducto {
	background-image: url(plus.svg);
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	float: right;
}

.eliminarProductoPedido {
	background-image: url(quitar.svg);
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	float: left;
}

.contenedorEliminarProductoPedido {
	width: 20px;
}
#codigoPostalEntrega {
    background: #5b5b59;
    border: solid 0px #5b5b59;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 4px 8px;
    color: #F8F8F7;
}


#contenedorTipoEntrega .btn-secondary {
    padding: 10px 0px;
    color: #161616;
    background-color: #f8f8f3;
    border-color: #161616;
   border: dotted 0px;
}

#contenedorTipoEntrega .btn-secondary:not(:disabled):not(.disabled).active, #contenedorTipoEntrega .btn-secondary:not(:disabled):not(.disabled):active, .show> #contenedorTipoEntrega .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #161616;
    border-color: #161616;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
#contenedorSelectorHorario {
    margin-top: 20px;
    color: #f8f8f7;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}


#diasRecoger {
        background-color: rgb(116, 115, 111);
    color: #161616;
    border: 0px solid #6c6c6c;
    padding: 4px 8px!important;
    margin-bottom: 30px;
    border-radius: 0px!important;
    margin-top: -10px;
}
#horarioRecoger {
        background-color: rgb(116, 115, 111);
    color: #161616;
    border: 0px solid #6c6c6c;
    padding: 4px 8px!important;
    margin-bottom: 30px;
    border-radius: 0px!important;
    margin-top: -10px;
}
#contenedorFormasDePagoConfirmar .btn-secondary {
    color: #f8f8f3;
    background-color: #161616;
    border-color: #161616;
    border-radius: 0;
    padding: 17px 0px;
    border:solid 3px;
}
#contenedorFormasDePagoConfirmar .btn-secondary:not(:disabled):not(.disabled).active, #contenedorFormasDePagoConfirmar .btn-secondary:not(:disabled):not(.disabled):active, .show> #contenedorFormasDePagoConfirmar .btn-secondary.dropdown-toggle {
    color: #161616;
    background-color: #f8f8f3;
    border-color: #f8f8f3;
}
#contenedorGlobalTipoEntrega{
	 width: 100%;
}
.subcategoryTitle {
	text-align: left!important;
    font-size: 18px!important;
    padding-top: 20px!important;;
}
#categoriesMenuMobile {
    width: 100%;
    border: 4px solid;
    background: #f9f8f3;
    color: #0f0f0f;
    padding: 10px;
    border-radius: 0px;
    margin-top: 20px;
    margin-bottom: 24px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-image: url(flecha.svg);
    background-repeat: no-repeat;
    background-position: center right;
    font-family: mafra;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
	margin-bottom:40px;
}
.containerProductsCategories{
	margin-bottom:20px;
}
/***CONFIRMAR PEDIDO**/

#contenedorFormCompletarPedido h2{
	font-size: 21px;
	color: f8f8f3;
	font-family: 'mafra';
	font-weight: lighter;
	/* border-bottom: 2px solid; */
	/* padding-bottom: 0px; */
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 19px;
}

#botonRecordarContrasena {
    color: #161616;
    background-color: #f8f8f3;
    border-color: #161616;
    border-radius: 0;
    padding: .375rem .75rem;
    margin-left: 5px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
	border: solid 2px;
}
#botonCrearCuenta {
    color: #161616;
    background-color: #f8f8f3;
    border-color: #161616;
    border-radius: 0;
    padding: .375rem .75rem;
    margin-left: -5px;
	border: solid 2px;
}
#botonAcceder {
    background-color: #161616!important;
    border-color: #161616;
    color: #fff;
    padding: 4px 20px;
    font-family: akkurat!important;
}
#tienesUnaCuentaEsOpcional {
    display: inline-block;
    font-size: 21px;
    color: #cbcac3;
}
#confirmarContenedorTuPedido h2{
	color: f8f8f3;
}

.form-control {
    background-color: #eeede6;
    border: 0px solid #5e5e5e;
    border-radius: 0px;
    color: #535353;
}
.form-control:focus {
    color: #a6a6a6;
    background-color: #353535;
    border-color: #5e5e5e;
    outline: 0;
    box-shadow: none;
}
#contenedorBotonPagar .btn-primary {
    padding: 5px 20px;
    color: #161616;
    background-color: #161616;
    border-color: #161616;
    border-radius: 0;
    padding: 17px;
    border: 3px solid;
    background-color: #f8f8f3!important;
}
#rowContenedorTotalesResumen {
    background: #343436;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 34px;
    margin-top: 10px;
    padding: 19px;
    color: #f8f8f9!important;
    padding-top: 30px;
    border: solid 0px #161616;
    }
	
.filaTotalFinalResumen {
    font-size: 30px;
    border-top: 5px solid#f8f8f3;
    color: #f8f8f3;
}
.filaTotalFinalResumen td{
	padding-top: 20px;
    padding-bottom: 0px;
}
.filaEnvioResumen td{
	padding-bottom: 20px;
}
#contenedorTablaPedidoResumen {
    border: dotted 0px #161616;
    padding: 30px;
    padding-bottom: 13px;
    margin-bottom: 20px;
    padding: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
}
#contenedorTablaPedidoResumen table{
	color: #f8f8f3;
	font-size: 15px;
}
#contenedorTablaPedidoResumen {
    border: dotted 0px #161616;
    
    padding-bottom: 13px;
    margin-bottom: 20px;}
    #contenedorTablaPedido {: ;
    padding: 0px;
    border solid 0px #161616: ;
    padding-top: 0px;
    margin-bottom: 20px;
    }
}
/*****PAGO OK*****/
#contenedorPedidoEnEfectivo .table td, #contenedorPedidoEnEfectivo .table th {
    padding: 7px;
    vertical-align: top;
    border-top: 4px solid #161616;
    padding-left: 0px!important;
    padding-top: 12px;
    padding-bottom: 12px;
}
#contenedorTienesCuenta{
    margin-bottom: 40px;
}
#contenedorPagoOk{
	max-width: 780px;
    margin: 0 auto;
}
#contenedorProductosResumenPagoOk {
    border: solid 0px #161616;
    margin: 30px 0px;
    padding: 0px;
    padding-bottom: 0px;
}
#contenedorProductosResumenPagoOk .table td, #contenedorProductosResumenPagoOk .table th {
    padding: 7px;
    vertical-align: top;
    border-top: 4px solid #f8f8f7;
    padding-left: 0px!important;
    padding-top: 12px;
    padding-bottom: 12px;
}
#contenedorProductosResumenPagoOk table {
    color: #f8f8f7;
}
.contenedorPrecioProductoPedidoOkResumen{
	width:100px;
}
.contenedorCantidadProductoPedidoOkResumen{
	width:100px;
}
.precioProductoPedidoOkResumen{
	width:100px;
}
#contenedorPagoOk .btn-primary{
	  color: #161616;
	  background-color: #f8f8f7!important;
	  border-color: #f8f8f7;
	  border-radius: 0;
	  padding: 17px;
}
#contenedorPagoOk .btn-primary:hover{
	color: #fff;
    background-color: #161616;
    border-color: #161616;
    border-radius: 0;
    padding: 17px;
	opacity:0.5;
}
.h3, h3 {
    font-size: 1.75rem;
    margin-top: 60px;
    margin-bottom: 63px;
}
/*******efetivo********/
#contenedorRealizarPagoEnEfectivo{
	max-width: 780px;
    margin: 0 auto;
}

#contenedorPedidoEnEfectivo {
    border: dotted 0px #161616;
    margin: 0px 0px;
    padding: 0px;
    padding-bottom: 10px;
}
#contenedorPedidoEnEfectivo table {
    color: #f8f8f7;
}

#contenedorRealizarPagoEnEfectivo .btn-primary {
    color: #161616;
    background-color: #161616;
    border-color: #161616;
    border-radius: 0;
    padding: 17px;
    background-color: #f8f8f7!important;
    border-bottom: 0px;
}

#contenedorRealizarPagoEnEfectivo .btn-primary:hover {
    color: #161616;
    background-color: #a33245;
    border-color: #a33245;
    border-radius: 0;
    padding: 17px;
    opacity: 0.5;
    border-bottom: 0px;
}
.confirmarPedidoPagoEnEfectivoPrecio{
	width:100px;
}
.confirmarPedidoPagoEnEfectivoUnidades{
	width:100px;
	}
.confirmarPedidoPagoEnEfectivoPrecioTotal{
	width:100px;
	}
.btn-secondary {
  
    color: #a0a0a0;
    background-color: #1f1f1f;
    border-color: #818181;
    border-radius: 0;
    padding: 17px;
}
.btn-secondary:hover {
  
    color: #fff;
    background-color: #1f1f1f;
    border-color: #fff;
    border-radius: 0;
    padding: 17px;
}
/*******pago con tarjeta***/
#contenedorPagoStripe {
    background: #f9f8f3!important;
    max-width: none!important;
}
#containerRealizarPagoStripe{
    max-width: 780px;
    margin: 0 auto;
}
#contenedorPagoStripe button#submit {
    margin-top: 30px;
    margin-bottom: 20px!important;
    color: #fff;
    background-color: #161616;
    border-color: #161616;
    border-radius: 0;
    padding: 17px;
    width: 100%;
    background-color: #161616!important;
    border-bottom: solid 3px;
}
#botonCambiarFormaDePago {
    margin-right: 0px;
    color: #f8f8f7;
    background-color: #f9f8f3;
    border-color: #161616;
    border-radius: 0;
    padding: 17px;
    background-color: #ff000000!important;
    border: solid 3px;
}
.stripeRealizarPago h1{
	font-size: 1.75rem;
    margin-top: 60px;
    margin-bottom: 63px;
	}
	
.h1, h1 {
    display: none;
}	
/****iframe tarjeta***/

.sr-card-element {
    padding: 15px 10px;
    background-color: #e4e1df;
    border: dotted 0px #161616;
    margin-top: 8px;
}
#breadContainer{
	margin-bottom: 40px;
    margin-top: 40px;
}
.breadElement {
    color: #5f5f5f;
    font-size: 13px;
    text-transform: uppercase;
    font-family: mafra;
    letter-spacing: 6px;
}
.breadElement:hover {
	color: #414141;
	 text-decoration: none;}
.breadArrow {
    width: 15px;
    height: 14px;
    display: inline-block;
    background-image: url(migas.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0px;
    margin-right: 3px;
}
	
@media (max-width: 600px) {
	
body{
	font-size: 13px;
}
	h2 {
   
	    letter-spacing: 14px;
    font-family: 'mafra';
    padding-bottom: 9px;
    margin-bottom: 20px;
    font-size: 19px;
}
#contenedorTablaPedido {
    padding: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 6px;
}
#contenedorPedido .table {
    
}
.btn {
    font-size: 12px;
}
#rowContenedorTotales {
    padding: 9px;
	padding-top: 20px;
}
.filaTotalFinal {
    font-size: 20px;
}

.btn {
    font-size: 12px;
    margin-bottom: 30px;
}
#tienesUnaCuentaEsOpcional {
    font-size: 24px;
}
.filaTotalFinalResumen td {
   font-size: 20px;
}
#contenedorTablaPedidoResumen {
   
    padding: 15px;
    padding-bottom: 3px;
    margin-bottom: 20px;
}
#contenedorTablaPedidoResumen table {
    color: #cead6a;
    font-size: 14px;
}
.h3, h3 {
    font-size: 19px;
    margin-top: 30px;
    margin-bottom: 33px;
}
.stripeRealizarPago h1 {
	font-size: 19px;
    margin-top: 30px;
    margin-bottom: 33px;
}
#confirmarContenedorTuPedido{
	margin-top:20px;
	}
}
#contenedorCabecera {
    background: #ba040500;
    max-width: 1400px!important;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
#logo-restaurante {
    background-image: none;
    background-repeat: no-repeat;
    background-position: top left;
    height: auto;
    margin-top: 12px;
}
#imgLogo {
    max-height: 93px;
}
#contenedorCabecera {
    background: #ba040500;
    max-width: 1400px!important;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
#logo-restaurante {
    background-image: none;
    background-repeat: no-repeat;
    background-position: top left;
    height: auto;
    margin-top: 12px;
}
#imgLogo {
    max-height: 90px;
	max-width:220px
}
#contenedorRealizarPagoEnEfectivo h3{
	display:none;
}
.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.contenedorOpcionesGrupo .btn-info {
    color: #1f1f1f;
    background-color: #f0edeb;
    border-color: #e3e3e300;
    font-weight: 100;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 0px;
}
.opcion{
	margin-right:5px !Important;
}
.modal-body .table {
    color: #1f1f1f;
}
b, strong {
    font-weight: 100;
}
footer a {
    color: #f0ece4;
    text-decoration: none;
    background-color: transparent;
    margin-left:40px;
}
footer a:hover {
	color: #112761;
    text-decoration: none;
   opacity:0.7;
}
#logo-restaurante h1 {
    display: inline;
    font-family: mafra;
    color: #F8F8F7;
    font-size: 33px;
    letter-spacing: -0.7px;
}
.modal-content select {
  
    background-image: none;
}
.index #contenedorBreads{
	display:none;
}
.modal-footer .btn-primary {
    color: #161616;
    background-color: #ebe7e4!important;
    border-color: #161616;
    border-radius: 0px;
    margin-right: 27px;
    padding: 9px 20px;
    border: 0px;
    font-size: 20px;
    font-family: mafra;
}
.modal-footer .btn-secondary {
    color: #ebe7e4;
    background-color: #1f1f1f;
    border-color: #818181;
    border-radius: 0;
    padding: 8px 20px;
    font-family: mafra;
    font-size: 19px;
}
#contenedorVolverAProductos {
	display:none;
	}
.modal-content {
 
    color: #0b0b0b;
}
.border-danger {
    border-color: #DC3544!important;
    border: 2px solid#DC3544!important;
    padding: 9px;
    margin-bottom: 20px;
    color: #DC3544!important;
}